.text-container {
  border-left: 5px solid rgba(255, 0, 0, .8);
}

.content .btn-container .scroll-container #nomargin {
  margin-top: 0;
}

.text-container form .inputstyle {
  width: 100%;
  border: none;
  height: 2em;
  padding: 1em;
  margin: 5px 0;
  transition: .5s ease;
  box-shadow: 5px 5px 10px rgba(120, 120, 120, .5);
  border: 2px solid rgba(120, 120, 120, .2);
  border-radius: 5px;
  background-color: rgba(230, 230, 230, 1);
  font-family: "Open Sans", arial, sans-serif;
}

.text-container form .inputstyle:focus {
  outline: none;
  transform: scale(1.01);
  box-shadow: 10px 10px 20px rgba(120, 120, 120, .5);
}

.text-container form .inputstyle:hover {
  transform: scale(1.01);
  box-shadow: 10px 10px 20px rgba(120, 120, 120, .5);
}

.text-container form textarea.inputstyle {
  height: 20em;
}

.text-container form #submit {
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  border: none;
}

.text-container form #submit:hover {
  transform: scale(1);
}
